home *** CD-ROM | disk | FTP | other *** search
- /* Start the Perfect Image Tutorial */
- rc = setlocal()
-
- curdir = ""
- newdir = directory(curdir||"\CURSOOS2");
- if newdir = '' then
- do
- say "We are expecting to find the subdirectory PITUTOR"
- say "under the TUTOR directory on your hard drive, but"
- say "did not find it. Please copy this subdirectory to"
- say "your hard drive or run the tutorial from the CD-ROM."
- exit
- end
-
- newdir = directory(curdir||"\CURSOOS2");
- if newdir = '' then
- do
- say "We are expecting to find the subdirectory UBLIB"
- say "under the TUTOR directory on your hard drive, but"
- say "did not find it. Please copy this subdirectory to"
- say "your hard drive or run the tutorial from the CD-ROM."
- exit
- end
-
- umpath = value("UMPATH",,"OS2ENVIRONMENT")
- umpath = curdir"\CURSOOS2;"curdir"\CURSOOS2;"curdir"\CURSOOS2;"umpath
- rc = value("UMPATH",umpath,"OS2ENVIRONMENT")
-
- "TELLPM CURSOOS2 C:\CURSOOS2"
-
- rc = endlocal()